API: window: Remove suppport for changing wmclass_name/group
authorBenjamin Otte <otte@redhat.com>
Thu, 29 Sep 2016 20:23:51 +0000 (22:23 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 16 Oct 2016 16:17:21 +0000 (18:17 +0200)
commit2fd5048943fdb3e9ceccb77fdd4839ad217c5b08
treed851bf8bd09f262997c2a8573c18f5c867c9f65a
parentfe24fcbc3e71bcf7e222a4106bf6e3f7ec114e28
API: window: Remove suppport for changing wmclass_name/group

X11 was the only backend to support it and people can just override it
using XSetClassHint() directly.
The docs already advertised the function as "Do not use".

Keep the existing call to XSetClassHint() in place, so that we keep
setting the same values as in GTK3.
gdk/gdkwindow.h
gdk/win32/gdkwindow-win32.c
gdk/x11/gdkwindow-x11.c
gtk/gtkplug.c
gtk/gtkwin32embedwidget.c
gtk/gtkwindow.c
gtk/gtkwindow.h
gtk/gtkwindowprivate.h